Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.theme.nuxeo.virtualnavigation

Contributions

XML Source

<?xml version="1.0"?>

<component name="org.nuxeo.theme.nuxeo.virtualnavigation">

  <require>org.nuxeo.theme.nuxeo.default</require>

  <extension target="org.nuxeo.theme.services.ThemeService" point="views">

    <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/tree_explorer_with_virtual_nav.xhtml</template>
    </view>

    <view name="nuxeo5 breadcrumbs" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/breadcrumb_vn.xhtml</template>
    </view>

  </extension>

</component>